home *** CD-ROM | disk | FTP | other *** search
- object AllSettingsForm: TAllSettingsForm
- Left = 418
- Top = 251
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'Settings'
- ClientHeight = 242
- ClientWidth = 255
- Color = clBtnFace
- Constraints.MaxWidth = 263
- Constraints.MinWidth = 263
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poDefault
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- DesignSize = (
- 255
- 242)
- PixelsPerInch = 96
- TextHeight = 13
- object m_btnOk: TButton
- Left = 95
- Top = 209
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Ok'
- Default = True
- TabOrder = 0
- OnClick = m_btnOkClick
- end
- object m_btnCancel: TButton
- Left = 175
- Top = 209
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 1
- OnClick = m_btnCancelClick
- end
- object PageControl: TPageControl
- Left = 0
- Top = 0
- Width = 255
- Height = 202
- ActivePage = TabSheet1
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- MultiLine = True
- TabIndex = 0
- TabOrder = 2
- object TabSheet1: TTabSheet
- Caption = 'Drive'
- object Panel: TPanel
- Left = 0
- Top = 0
- Width = 247
- Height = 174
- Align = alClient
- BevelOuter = bvLowered
- BorderWidth = 3
- TabOrder = 0
- object Bevel1: TBevel
- Left = 4
- Top = 4
- Width = 239
- Height = 7
- Align = alTop
- Shape = bsBottomLine
- end
- object Bevel2: TBevel
- Left = 4
- Top = 11
- Width = 239
- Height = 39
- Align = alTop
- ParentShowHint = False
- Shape = bsBottomLine
- ShowHint = False
- end
- object Label5: TLabel
- Left = 16
- Top = 41
- Width = 72
- Height = 13
- Caption = ' Eject settings: '
- end
- object Label4: TLabel
- Left = 16
- Top = 3
- Width = 74
- Height = 13
- Caption = ' ASPI Settings: '
- ParentShowHint = False
- ShowHint = False
- end
- object Bevel3: TBevel
- Left = 4
- Top = 50
- Width = 239
- Height = 61
- Align = alTop
- Shape = bsBottomLine
- end
- object DriveBufferSizeLabel: TLabel
- Left = 16
- Top = 103
- Width = 3
- Height = 13
- end
- object m_cbEjectEraseDone: TCheckBox
- Left = 10
- Top = 84
- Width = 227
- Height = 17
- Caption = 'Eject when erase done'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object m_cbEjectBurnDone: TCheckBox
- Left = 10
- Top = 60
- Width = 227
- Height = 17
- Caption = 'Eject when burn done'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object m_cbSystemFirst: TCheckBox
- Left = 10
- Top = 21
- Width = 227
- Height = 17
- Hint =
- 'ASPI initialization order control (system/internal). Uncheck if ' +
- 'system ASPI is not installed or does not work properly.'
- Caption = 'Initialize system ASPI first'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 2
- end
- object DriveBuferSizeTrackBar: TTrackBar
- Left = 4
- Top = 142
- Width = 239
- Height = 28
- Align = alBottom
- Max = 32
- Min = 4
- Orientation = trHorizontal
- PageSize = 1
- Frequency = 1
- Position = 12
- SelEnd = 8
- SelStart = 0
- TabOrder = 3
- ThumbLength = 15
- TickMarks = tmTopLeft
- TickStyle = tsAuto
- OnChange = DriveBuferSizeTrackBarChange
- end
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Autorun'
- ImageIndex = 1
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 247
- Height = 174
- Align = alClient
- BevelOuter = bvLowered
- BorderWidth = 3
- TabOrder = 0
- object Bevel4: TBevel
- Left = 4
- Top = 15
- Width = 239
- Height = 90
- Align = alTop
- Shape = bsBottomLine
- end
- object Label1: TLabel
- Left = 40
- Top = 25
- Width = 35
- Height = 13
- Caption = 'X origin'
- ParentShowHint = False
- ShowHint = True
- end
- object Label2: TLabel
- Left = 40
- Top = 49
- Width = 35
- Height = 13
- Caption = 'Y origin'
- ParentShowHint = False
- ShowHint = True
- end
- object Label3: TLabel
- Left = 40
- Top = 73
- Width = 22
- Height = 13
- Caption = 'Step'
- ParentShowHint = False
- ShowHint = True
- end
- object Bevel5: TBevel
- Left = 4
- Top = 4
- Width = 239
- Height = 11
- Align = alTop
- Shape = bsBottomLine
- end
- object Label6: TLabel
- Left = 15
- Top = 96
- Width = 75
- Height = 13
- Hint = 'Folder containing Autorun files'
- Caption = ' Autorun folder: '
- ParentShowHint = False
- ShowHint = True
- end
- object m_cbGridEnabled: TCheckBox
- Left = 15
- Top = 6
- Width = 218
- Height = 15
- Hint = 'Snap to grid'
- Caption = 'Grid'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 0
- OnClick = m_cbGridEnabledClick
- end
- object m_eStep: TEdit
- Left = 104
- Top = 70
- Width = 81
- Height = 21
- TabOrder = 1
- Text = '10'
- OnKeyPress = m_eXOriginKeyPress
- end
- object m_eYOrigin: TEdit
- Left = 104
- Top = 46
- Width = 81
- Height = 21
- TabOrder = 2
- Text = '0'
- OnKeyPress = m_eXOriginKeyPress
- end
- object m_eXOrigin: TEdit
- Left = 104
- Top = 22
- Width = 81
- Height = 21
- TabOrder = 3
- Text = '0'
- OnKeyPress = m_eXOriginKeyPress
- end
- object m_eAutorunFolder: TEdit
- Left = 27
- Top = 118
- Width = 177
- Height = 21
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- Text = 'Autorun'
- OnKeyPress = m_eAutorunFolderKeyPress
- end
- end
- end
- object TabSheet3: TTabSheet
- Caption = 'Sounds'
- ImageIndex = 2
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 247
- Height = 174
- Align = alClient
- BevelOuter = bvLowered
- BorderWidth = 3
- TabOrder = 0
- object Bevel6: TBevel
- Left = 4
- Top = 4
- Width = 239
- Height = 11
- Align = alTop
- Shape = bsBottomLine
- end
- object m_cbSoundsEnabledCheckBox: TCheckBox
- Left = 15
- Top = 6
- Width = 218
- Height = 15
- Hint = 'Enable program sounds '
- Caption = 'Enable program sounds '
- Checked = True
- ParentShowHint = False
- ShowHint = True
- State = cbChecked
- TabOrder = 0
- OnClick = m_cbGridEnabledClick
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 32
- Width = 233
- Height = 44
- Hint = ' Play sound when burn done '
- Caption = ' Burn done '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- object BurnDoneSoundPathEdit: TJamPathEdit
- Left = 8
- Top = 17
- Width = 217
- Height = 19
- FolderMode = False
- DialogTitle = 'Select sound file'
- IsValidPath = False
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 88
- Width = 233
- Height = 44
- Hint = ' Play sound when erase done '
- Caption = ' Erase done '
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- object EraseDoneSoundPathEdit: TJamPathEdit
- Left = 8
- Top = 17
- Width = 217
- Height = 19
- FolderMode = False
- DialogTitle = 'Select sound file'
- IsValidPath = False
- end
- end
- end
- end
- object TabSheet4: TTabSheet
- Caption = 'Temp folder'
- ImageIndex = 3
- object Panel3: TPanel
- Left = 0
- Top = 0
- Width = 247
- Height = 174
- Align = alClient
- BevelOuter = bvLowered
- BorderWidth = 3
- TabOrder = 0
- object GroupBox3: TGroupBox
- Left = 8
- Top = 4
- Width = 233
- Height = 44
- Hint = 'Temorary files storage folder'
- Caption = ' Temp folder'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- object TempFolderPathEdit: TJamPathEdit
- Left = 8
- Top = 17
- Width = 217
- Height = 19
- FolderMode = True
- DialogTitle = 'Select temp folder'
- IsValidPath = False
- end
- end
- end
- end
- end
- object smlFormLangRes: TsmlFormLangRes
- LangFileName = 'DefLang.ini'
- IgnoreEmptyString = True
- AutoCreateMode = True
- AddBracket = True
- StringProperties.Strings = (
- 'Caption'
- 'Hint'
- 'DialogTitle')
- StringsProperties.Strings = (
- 'Tabs'
- 'Items')
- IgnoreControls.Strings = (
- 'DriveBufferSizeLabel'
- 'm_eXOrigin'
- 'm_eYOrigin'
- 'm_eStep'
- 'm_eAutorunFolder'
- 'BurnDoneSoundPathEdit'
- 'EraseDoneSoundPathEdit'
- 'Panel'
- 'Panel2'
- 'Panel1'
- 'DriveBuferSizeTrackBar')
- IgnoreFormCaption = False
- IncludeListViewItems = False
- IncludeListViewHead = False
- IncludeTreeViewItems = False
- Active = False
- Left = 8
- Top = 184
- end
- object smlMsgLangRes: TsmlMsgLangRes
- LangFileName = 'DefLang.ini'
- IgnoreEmptyString = True
- AutoCreateMode = True
- AddBracket = True
- MsgList.Strings = (
- 'DriveBufferSize= Drive buffer size'
- 'Mb=Mb')
- Active = False
- Left = 224
- Top = 184
- end
- end
-